Bump actions/setup-python from 4 to 5 (#1245)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Dec 2023 15:26:12 +0000 (08:26 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 15:26:12 +0000 (08:26 -0700)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/macos.yml
.github/workflows/windows.yml

index cdd796ec11deb99b0f82e8e18488501ec82567e0..d6f6294c29c791236ce19d1ebccef0def4d80b5b 100644 (file)
@@ -52,7 +52,7 @@ jobs:
 
     - name: Qt install setup
       if: steps.cache.outputs.cache-hit != 'true'
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       with:
         python-version: '3.9'
 
index fa003068dcff07bb9698bf90758b581ec22d44eb..71b288a1a1161abab023f6ca12c7605406c2c82a 100644 (file)
@@ -82,7 +82,7 @@ jobs:
 
     - name: Install Qt setup(aqt)
       if: steps.cache.outputs.cache-hit != 'true'
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       with:
         python-version: '3.9'